home *** CD-ROM | disk | FTP | other *** search
/ SuperView Productivity Suite 2 / SuperView Productivity Suite 2.iso / BONUS / Support / SVII-ProcessPics / SVII-ProcessPics.history < prev    next >
Encoding:
Text File  |  1998-12-02  |  3.6 KB  |  86 lines

  1. History for SVII-ProcessPics.rexx © by Ulrich Falke
  2. ---------------------------------------------------
  3.  
  4. V 0.00 only one file converted to PNG. (SVconvert2PNG.rexx)
  5.  
  6. V 0.02 add: multiselect with rxASL.lib for converting more files.
  7.  
  8. V 0.05 changed: to rexxreqtools.lib because the multiselection is the best.
  9.        add: several requesters and possibility to select an other dest. directory.
  10.        add: svobject support. change the name to 'SVII-ConvertPics.rexx'.
  11.  
  12. V 1.00 add: svoperator support. change the name to 'SVII-ProcessPics.rexx'.
  13.  
  14. V 1.02 add: renaming. changes for handling filenames with spaces.
  15.  
  16. V 1.04 changed: handling filnames with more then one dot.
  17.  
  18. V 2.00 add: small 'locale' support. german and english.
  19.  
  20. V 2.01 removed: little bugs and text-errors.
  21.  
  22. V 2.02 add: svdriver support and show the pics after processing on a screen
  23.        of your choice.
  24.  
  25. V 2.03 add: bestmode if screenmoderequester is chanceled.
  26.        write the english and german description inside the script.
  27.  
  28. V 2.03 make the code a littel smaller.
  29.        add: a few comments.
  30.  
  31. V 2.04 add: the 'blind' mode for show nothing.
  32.  
  33. V 2.05 clean up the locale strings.
  34.  
  35. V 2.06 add: protection for overwriting existing files.
  36.  
  37. V 2.07 add: automatic for 8 to 24 bit for sv-operators that require 24 bit like the most SQ-op's.
  38.        add: automatic for 24 to 8 bit for sv-operators that require 8 bit like the opt.Palette-op.
  39.        add: automatic for 24 to 8 bit for sv-savers that require 8 bit like GIF.
  40.  
  41. V 2.08 add: time calculation.
  42.  
  43. V 2.09 add: ANSI-Output
  44.  
  45. V 2.10 add: correct renaming of files with number at the end (pic.001).
  46.        BUG corrected: filenames without a dot get lost (ex: pic_01 -> png).
  47.        add: renaming with filerequester.
  48.        shorten to long output-lines.
  49.  
  50. V 2.11 write the readme file.
  51.        first AmiNET upload. (05.Sept 1998)
  52.  
  53. V 2.12 BUG corrected (reported from A.R. Kleinert)
  54.        If the original-pic is in the ROOT-dir, the pic was renamed to: for ex. "OLDNAME.Rot.iff".
  55.        "OLDNAME" is a variable, it was, in this case, empty ("").
  56.        shorten again to long output-lines.
  57.  
  58. V 2.13 add: Now it's possible to choose the SV-screendriver, that you set with SV-Prefs.
  59.  
  60. V 2.14 add: Save prefs to 'ENVARC:SV-ProcessPics.prefs'
  61.             (last used pic-path, save-path, SV-Object, SV-Operator, screenmode, SV-Driver and some needed variables).
  62.        changed: Now you get always the last used settings in the requesters as defaultresponse,
  63.                 if you choose in  different requesters last-used, the last saved settings will be used again.
  64.  
  65. V 2.15 add: Default-settings if no prefsfile ( path's = SYS: , SV-Driver = AGA/RTG WindowDriver , SV-Object = PNG (PiNG))
  66.  
  67. V 2.16 add: If the last used pic-path did'nt exists anymore (like changed CD-ROM), the default-path will be used.
  68.  
  69. V 2.17 add: better ERROR handling, improved the ERROR-requester.
  70.  
  71. V 2.18 add: in the last requester you can save the settings to ENVARC:, ENV:, start the script again,
  72.             to process further pictures or quit without saving.
  73.        changed: some text-strings, to have a clearer output.
  74.  
  75. V 2.19 add: all requesters have now keyboard-shortcuts.
  76.  
  77. V 2.20 add: request-call for SVPrefs from the script, to change settings for all SV-libs and sub-libs.
  78.  
  79. V 2.20a BUG corrected (reported from M. Steigerwald)
  80.         The variable "SAME" was not defined befor first use ( if there is'nt a prefsfile, the defaultsettings will be used,
  81.         without asking the user ).
  82.  
  83. V 2.21 changed: SVPrefs will now bee called with the DOS-Script 'Start-SVPrefs.script'. It has to be in the
  84.                 same directory as 'SVII-ProcessPics.rexx'.
  85.                 In this start-script it's easy to set the right Stack for SVPrefs.
  86.